﻿2026-08-04T02:52:09.7458408Z ##[group]Run actions/checkout@v5
2026-08-04T02:52:09.7459418Z with:
2026-08-04T02:52:09.7460129Z   repository: BigscreenVR/spt-bs-core
2026-08-04T02:52:09.7466673Z   token: ***
2026-08-04T02:52:09.7467374Z   ssh-strict: true
2026-08-04T02:52:09.7468069Z   ssh-user: git
2026-08-04T02:52:09.7468776Z   persist-credentials: true
2026-08-04T02:52:09.7469664Z   clean: true
2026-08-04T02:52:09.7470374Z   sparse-checkout-cone-mode: true
2026-08-04T02:52:09.7471210Z   fetch-depth: 1
2026-08-04T02:52:09.7471895Z   fetch-tags: false
2026-08-04T02:52:09.7472604Z   show-progress: true
2026-08-04T02:52:09.7473315Z   lfs: false
2026-08-04T02:52:09.7473979Z   submodules: false
2026-08-04T02:52:09.7474714Z   set-safe-directory: true
2026-08-04T02:52:09.7475562Z   allow-unsafe-pr-checkout: false
2026-08-04T02:52:09.7476415Z ##[endgroup]
2026-08-04T02:52:09.8237720Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T02:52:09.8240487Z ##[group]Getting Git version info
2026-08-04T02:52:09.8241889Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T02:52:09.8243714Z [command]/usr/bin/git version
2026-08-04T02:52:09.8262441Z git version 2.43.0
2026-08-04T02:52:09.8280094Z ##[endgroup]
2026-08-04T02:52:09.8287911Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/cb9c0ae1-ed6e-4fe9-b1f8-b530534048c3/.gitconfig'
2026-08-04T02:52:09.8294932Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cb9c0ae1-ed6e-4fe9-b1f8-b530534048c3' before making global git config changes
2026-08-04T02:52:09.8297182Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T02:52:09.8299172Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T02:52:09.8346803Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T02:52:09.8366608Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T02:52:09.8376915Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T02:52:09.8378793Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T02:52:09.8397461Z refs/heads/golden/knock145
2026-08-04T02:52:09.8403852Z [command]/usr/bin/git checkout --detach
2026-08-04T02:52:09.8521689Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T02:52:09.8558421Z [command]/usr/bin/git branch --delete --force golden/knock145
2026-08-04T02:52:09.8588547Z Deleted branch golden/knock145 (was 4b37512f7).
2026-08-04T02:52:09.8689892Z ##[endgroup]
2026-08-04T02:52:09.8692097Z [command]/usr/bin/git submodule status
2026-08-04T02:52:09.8871008Z ##[group]Cleaning the repository
2026-08-04T02:52:09.8872516Z [command]/usr/bin/git clean -ffdx
2026-08-04T02:52:09.8910520Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T02:52:09.8972167Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T02:52:09.8978441Z ##[endgroup]
2026-08-04T02:52:09.8979886Z ##[group]Disabling automatic garbage collection
2026-08-04T02:52:09.8983119Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T02:52:09.9008018Z ##[endgroup]
2026-08-04T02:52:09.9009459Z ##[group]Setting up auth
2026-08-04T02:52:09.9012831Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T02:52:09.9036105Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-04T02:52:09.9220728Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T02:52:09.9247566Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-04T02:52:09.9428787Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T02:52:09.9454264Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T02:52:09.9639947Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T02:52:09.9670368Z ##[endgroup]
2026-08-04T02:52:09.9671499Z ##[group]Fetching the repository
2026-08-04T02:52:09.9676821Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4b37512f71620444df8fe852b494f03e759dd75c:refs/remotes/origin/golden/knock145
2026-08-04T02:52:10.4452782Z ##[endgroup]
2026-08-04T02:52:10.4453554Z ##[group]Determining the checkout info
2026-08-04T02:52:10.4454104Z ##[endgroup]
2026-08-04T02:52:10.4457787Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T02:52:10.4498514Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T02:52:10.4523227Z ##[group]Checking out the ref
2026-08-04T02:52:10.4525811Z [command]/usr/bin/git checkout --progress --force -B golden/knock145 refs/remotes/origin/golden/knock145
2026-08-04T02:52:10.4588553Z Switched to a new branch 'golden/knock145'
2026-08-04T02:52:10.4589749Z branch 'golden/knock145' set up to track 'origin/golden/knock145'.
2026-08-04T02:52:10.4595083Z ##[endgroup]
2026-08-04T02:52:10.4635323Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T02:52:10.4663689Z 4b37512f71620444df8fe852b494f03e759dd75c
